home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 May: Tool Chest / Dev.CD May 98 TC.toast / Tool Chest / Development Kits / HyperCard Related / APDA HyperCard Toolkits / HyperCard Video Toolkit 2.0 / HVT #1 / ResCopy / ResCopy / background_3586.txt < prev    next >
Encoding:
Text File  |  1995-02-07  |  2.2 KB  |  117 lines

  1. -- background: 3586 from stack: in
  2. -- bmap block id: 6695
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 19 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=131 top=68 right=97 bottom=165
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 11045 / 11045
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go home
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 20 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=164 top=70 right=99 bottom=203
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Home text
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go home
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 21 (button)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=202 top=70 right=99 bottom=351
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 3
  54. -- text size: 9
  55. -- style flags: 0
  56. -- line height: 12
  57. -- part name: Video Stack
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   go to first card of stack "Videodisc Stack"
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 23 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=413 top=70 right=99 bottom=447
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 6720 / 6720
  71. -- text alignment: 1
  72. -- font id: 3
  73. -- text size: 9
  74. -- style flags: 0
  75. -- line height: 12
  76. -- part name: Return
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   visual effect iris close
  80.   pop card
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 24 (button)
  86. -- low flags: 00
  87. -- high flags: 0000
  88. -- rect: left=446 top=70 right=99 bottom=490
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: Return text
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   visual effect iris close
  100.   pop card
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 25 (button)
  106. -- low flags: 00
  107. -- high flags: 0000
  108. -- rect: left=6 top=21 right=97 bottom=124
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: 
  117.